Unable to mount NFS Share [RPCPROG_MNT: RPC: Timed out]
*BSDThis forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Settings on Client:
# cat /etc/rc.conf | grep -i nfs
Quote:
nfs_client_enable="YES"
When I trying to mount the NFS share on the client, I get following error:
# mount -v 10.222.111.213:/exports /mnt
Quote:
[udp] 10.222.111.213:/exports: RPCPROG_MNT: RPC: Timed out
(On Server: 10.222.111.213)
# tail /var/log/messages | grep -i mount
Quote:
Aug 3 16:40:26 ports mountd[580]: mount request from 10.222.111.210 from unprivileged port
Aug 3 16:40:41 ports mountd[580]: mount request from 10.222.111.210 from unprivileged port
Please advice !
Last edited by paragkalra; 08-03-2008 at 06:52 AM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.